ComponentOne ASP.NET MVC Controls
Keys Method

C1.Web.Mvc.Fluent Namespace > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class : Keys Method
The value.
Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Keys. Sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).
Syntax
'Declaration
 
Public Function Keys( _
   ByVal ParamArray value() As String _
) As TBuilder
public TBuilder Keys( 
   params string[] value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Members